home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Image & Music Effects / bg-music.izs < prev    next >
Text File  |  2005-07-30  |  1KB  |  44 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Background Music Script
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION>Liven up your webpage with music, using this cross browser background music script. Note that the visitor's browser must have the appropriate midi plugin installed in order to hear it (default download with full install of both NS and IE).
  7. <!/DESCRIPTION> 
  8.  
  9. <!CATEGORY>img and music effects<!/CATEGORY>
  10.  
  11. <!SCRIPT>
  12. <!-- START OF SCRIPT -->
  13. <script>
  14. <!--
  15.  
  16. //specify FULL path to midi
  17. var musicsrc="http://www.yourdomain.com/allfor.mid"
  18. if (navigator.appName=="Microsoft Internet Explorer")
  19. document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">')
  20. else 
  21. document.write('<embed src=\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
  22. //-->
  23. </script>
  24. <!-- END OF SCRIPT -->
  25. <!/SCRIPT>
  26.  
  27. <!PREVIEW>
  28. <!-- START OF SCRIPT -->
  29. <script>
  30. <!--
  31.  
  32. //specify FULL path to midi
  33. var musicsrc="http://www.yourdomain.com/allfor.mid"
  34. if (navigator.appName=="Microsoft Internet Explorer")
  35. document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="infinite">')
  36. else 
  37. document.write('<embed src=\"'+musicsrc+'\" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
  38. //-->
  39. </script>
  40.  
  41. <!-- END OF SCRIPT -->
  42. <!/PREVIEW>
  43.  
  44. <!RELATED>NONE<!/RELATED>